home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / dos33pat.arc / AUTOEXEC.BAT next >
Encoding:
DOS Batch File  |  1987-10-09  |  5.6 KB  |  88 lines

  1. @echo off
  2. cls
  3. echo     ┌─────────────────────────────────────────────────────────────────┐
  4. echo     │NDD National Support Center   Oct 09, 1987    DOS FIX for DOS 3.3│
  5. echo     │                                                                 │
  6. echo     │    This diskette contains patches to the problems listed        │
  7. echo     │    on the following screens.  Read the information              │
  8. echo     │    on the screens to understand what the fixes are for.         │
  9. echo     └─────────────────────────────────────────────────────────────────┘
  10. echo     continued on next screen
  11. pause
  12. cls
  13. echo     ┌─────────────────────────────────────────────────────────────────┐
  14. echo     │NDD National Support Center   Oct 09, 1987    DOS FIX for DOS 3.3│
  15. echo     │                                                                 │
  16. echo     │    Backup would not work properly when backing up a large       │
  17. echo     │    number of subdirectories in a given directory.               │
  18. echo     │                                                                 │
  19. echo     └─────────────────────────────────────────────────────────────────┘
  20. echo     continued on next screen
  21. pause
  22. cls
  23. echo     ┌─────────────────────────────────────────────────────────────────┐
  24. echo     │NDD National Support Center   Oct 09, 1987    DOS FIX for DOS 3.3│
  25. echo     │                                                                 │
  26. echo     │    The I17.COM program will resolve problems with slow          │
  27. echo     │    serial printers which have small input buffers.  Under       │
  28. echo     │    some conditions DOS will display a false "Out of paper"      │
  29. echo     │    error when attempting to print.                              │
  30. echo     │                                                                 │
  31. echo     │    Place the command "I17" in your AUTOEXEC.BAT file.           │
  32. echo     │    Press Ctrl-Alt-Del reboot your system.                       │
  33. echo     │                                                                 │
  34. echo     └─────────────────────────────────────────────────────────────────┘
  35. echo     continued on next screen
  36. pause
  37. cls
  38. echo     ┌─────────────────────────────────────────────────────────────────┐
  39. echo     │NDD National Support Center   Oct 09, 1987    DOS FIX for DOS 3.3│
  40. echo     │                                                                 │
  41. echo     │    This diskette contains some DOS modules necessary to update  │
  42. echo     │    your copy of DOS.  Please perform the following steps to     │
  43. echo     │    apply the fixes properly.                                    │
  44. echo     │   TWO DRIVE SYSTEM                                              │
  45. echo     │        1. Using DOS  "DISKCOPY" create a backup copy of your    │
  46. echo     │           original DOS diskette.                                │
  47. echo     │        2. Insert your backup of DOS (created in step 1) into    │
  48. echo     │           the B drive.                                          │
  49. echo     │        3. Insert the fix diskette into drive A:                 │
  50. echo     │        4. Execute the install program by entering the command   │
  51. echo     │           "A:INSTALL B:".                                       │
  52. echo     │        5. When finished remove diskettes from drives, label     │
  53. echo     │           your new dos diskette appropriately (so that you      │
  54. echo     │           know that this diskette has the required fixes        │
  55. echo     │           applied).                                             │
  56. echo     │   ONE DRIVE SYSTEM                                              │
  57. echo     │         Follow above steps eliminating step 3.  The system will │
  58. echo     │         direct you to insert diskettes as needed.               │
  59. echo     └─────────────────────────────────────────────────────────────────┘
  60. echo     continued on next screen
  61. pause
  62. cls
  63. echo     ┌─────────────────────────────────────────────────────────────────┐
  64. echo     │NDD National Support Center   Oct 09, 1987    DOS FIX for DOS 3.3│
  65. echo     │                                                                 │
  66. echo     │   FIXED DISK                                                    │
  67. echo     │                                                                 │
  68. echo     │         1. Make certain that the default directory contains the │
  69. echo     │            Disk Operating System                                │
  70. echo     │                                                                 │
  71. echo     │         2. Insert the fix diskette into drive a: .              │
  72. echo     │                                                                 │
  73. echo     │         3. Execute the install program by entering the command  │
  74. echo     │            "A:INSTALL C:"                                       │
  75. echo     │                                                                 │
  76. echo     └─────────────────────────────────────────────────────────────────┘
  77. pause
  78. cls
  79. echo     ┌─────────────────────────────────────────────────────────────────┐
  80. echo     │NDD National Support Center   Oct 09, 1987    DOS FIX for DOS 3.3│
  81. echo     │                                                                 │
  82. echo     │    This diskette also contains patches to ROM BIOS for the      │
  83. echo     │    IBM Personal System/2 Models 50, 60 and 80.  To read         │
  84. echo     │    about and install the patches, type BIOS at the DOS          │
  85. echo     │    prompt.                                                      │
  86. echo     │                                                                 │
  87. echo     └─────────────────────────────────────────────────────────────────┘
  88.